/// /// Generates a new path for duplicate filenames./// /// The path./// private string GetNewPathForDupes( string path ){ string directory = Path...
If the current directory of the application. If e.g. you create a File by usingnew FileOutputStream("myfile")then it is created in the "current" direc...
分类:
编程语言 时间:
2014-10-17 02:45:43
阅读次数:
157
相关命令文件 1、runCommandInThreads.sh 多线程实现主代码 cdir=$(dirname?$BASH_SOURCE)?##Current?directory?of?this?script?file.
source?$cdir/logUtil.sh
function?createFile()?{
local?dir...
分类:
编程语言 时间:
2014-10-16 21:12:53
阅读次数:
274
<VirtualHost *:80>
DocumentRoot "/opt/www"
ServerName localhost
ServerAlias localhost
<Directory />
Require all granted
</Directory>
</VirtualHost>...
分类:
Web程序 时间:
2014-10-16 18:11:13
阅读次数:
209
(转自:http://blog.csdn.net/zftang/article/details/6387325)1. DIRECTORY指定转储文件和日志文件所在的目录DIRECTORY=directory_objectDirectory_object用于指定目录对象名称.需要注意,目录对象是使用C...
分类:
数据库 时间:
2014-10-16 17:51:42
阅读次数:
275
一般我们在Linux下执行某些外部程序的时候可能会提示找不到共享库的错误, 比如: tmux: error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: No such file or directory ...
分类:
其他好文 时间:
2014-10-15 20:20:01
阅读次数:
227
1. 没有后缀名的限制:string[] filePaths = Directory.GetFiles(@"c:\MyDir\");2. 有后缀名:string[] filePaths = Directory.GetFiles(@"c:\MyDir\", "*.bmp");3. 获取文件夹以及子文件...
分类:
其他好文 时间:
2014-10-15 19:09:31
阅读次数:
119
安装文件:myeclipse-8.6.1-win32.exe
安装目录:D:\MyEclipse\8.6
运行安装:
MyEclipse Install Directory -->C:\Users\Administrator\AppData\Local\Genuitec\MyEclipse-8.6
修改为:D:\MyEclipse\8.6.1\MyEclipse
这样的话,后面所有配...
分类:
系统相关 时间:
2014-10-15 16:57:52
阅读次数:
748
1.需要工具文件jad.exenet.sf.jadclipse_3.3.0.jar2.我们将jad.exe文件放到JDK的bin目录下3.我们将net.sf.jadclipse_3.3.0.jar拷贝到MyEclipse安装目录下的plugins目录下面4.在E:\java_directory\MyEclipse\dropins创建一个eclipse文件夹.5.在创建好的eclipse文件夹下,分别创..
分类:
系统相关 时间:
2014-10-15 16:03:11
阅读次数:
303
在kern/pmap。
//////////////////////////////////////////////////////////////////////
// create initial page directory.
kern_pgdir = (pde_t *) boot_alloc(PGSIZE);
memset(kern_pgdir, 0, PGSIZE...
分类:
其他好文 时间:
2014-10-15 14:28:40
阅读次数:
197